home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Currency1.1 / Currency.app / Currency.nib / data.classes next >
Text File  |  1996-04-24  |  940b  |  37 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. Calculator = {
  3.     ACTIONS = {
  4.     "calculate:" = "calculate:"; 
  5.     "closeInfo:" = "closeInfo:"; 
  6.     "findRate:" = "findRate:"; 
  7.     "findValue:" = "findValue:"; 
  8.     "getDefaults:" = "getDefaults:"; 
  9.     "rates:" = "rates:"; 
  10.     "setCanada:" = "setCanada:"; 
  11.     "setUSA:" = "setUSA:"; 
  12.     }; 
  13.     OUTLETS = {
  14.     Info = Info; 
  15.     MoreInfo = MoreInfo; 
  16.     anotherCurrency = anotherCurrency; 
  17.     britainrate = britainrate; 
  18.     canadarate = canadarate; 
  19.     findRateOutput = findRateOutput; 
  20.     findValueOutput = findValueOutput; 
  21.     firstCurrency = firstCurrency; 
  22.     francerate = francerate; 
  23.     germanyrate = germanyrate; 
  24.     greecerate = greecerate; 
  25.     inputForm = inputForm; 
  26.     italyrate = italyrate; 
  27.     japanrate = japanrate; 
  28.     mexicorate = mexicorate; 
  29.     otherrate = otherrate; 
  30.     outputForm = outputForm; 
  31.     switzerlandrate = switzerlandrate; 
  32.     valueRate = valueRate; 
  33.     youHave = youHave; 
  34.     }; 
  35.     SUPERCLASS = Object; 
  36. };
  37.